runtime.mspan.allocCountBeforeCache (field)

6 uses

	runtime (current package)
		mcache.go#L163: 		slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
		mcache.go#L178: 		s.allocCountBeforeCache = 0
		mcache.go#L196: 	s.allocCountBeforeCache = s.allocCount
		mcache.go#L269: 			slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
		mcache.go#L270: 			s.allocCountBeforeCache = 0
		mheap.go#L490: 	allocCountBeforeCache uint16        // a copy of allocCount that is stored just before this span is cached